Azure OpenAI (preview:2024-02-15)

2025/03/19 • 1 updated methods

GetFileContent (updated)
Description Returns information about a specific file. Does not retrieve file content.
Reference Link ¶

⚶ Changes

{
  "#id": "GetFileContent",
  "$responses": {
    "200": {
      "Type": {
        "new": "file",
        "old": "string"
      }
    }
  }
}

⚼ Request

GET:  /files/{fileId}/content
{
fileId: string ,
}

⚐ Response (200)

{
$schema: file ,
}